home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ9207.ZIP / AVKCAPT.ZIP / DISPERR.H < prev    next >
C/C++ Source or Header  |  1992-03-11  |  671b  |  29 lines

  1. //-------------------------------------------------------------------------
  2. //            ActionMedia II Programmer's Toolkit
  3. //    
  4. //            Windows Motion Player Sample Program
  5. //    
  6. //Header Name:    
  7. //
  8. //Description:    
  9. //    
  10. //    Copyright Intel Corp. 1991, 1992
  11. //    All Rights Reserved.
  12. //                
  13. //-------------------------------------------------------------------------
  14.  
  15. #ifndef DISPERR_H
  16. #define DISPERR_H    1
  17.  
  18. VOID cdecl    InitErrSystem(HAVK, BOOL, BOOL, BOOL);
  19. VOID cdecl    CloseErrSystem(VOID);
  20. BOOL cdecl     DispMsg(char *);
  21. BOOL cdecl    DispErr(char *, char *);
  22. BOOL cdecl    DispAvkErr(int, char *);
  23.  
  24. char FAR   *TimeString(VOID);
  25. char FAR   *DateString(VOID);
  26.  
  27. #endif
  28.  
  29.